home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oxygen Multimedia Graphics 22
/
Oxygen Multimedia Graphics 22.iso
/
pc
/
System
/
OX22
/
PDC_83_ButtonBlinker.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2008-03-12
|
205 b
|
15 lines
on beginSprite me
sprite(21).blend = 0
sprite(22).blend = 0
end
on mouseDown me
sprite(21).blend = 75
sprite(22).blend = 75
end
on mouseLeave me
sprite(21).blend = 0
sprite(22).blend = 0
end